builder: Fix broken annotation
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 27 Nov 2019 03:06:36 +0000 (16:06 +1300)
committerRobert Ancell <robert.ancell@canonical.com>
Wed, 27 Nov 2019 03:06:36 +0000 (16:06 +1300)
Missing a ':', was introduced in 0627bba5a0d.

gtk/gtkbuilder.c

index 118308a7bf06008b31f287802b596db0fc9bc0f2..1b39f30d0950685505a8a4fa77697fd56099e3f4 100644 (file)
@@ -2624,7 +2624,7 @@ gtk_builder_lookup_callback_symbol (GtkBuilder  *builder,
 /**
  * gtk_builder_set_closure_func: (skip)
  * @builder: a #GtkBuilder
- * @closure_func: (allow-none) function to call when creating
+ * @closure_func: (allow-none): function to call when creating
  *     closures or %NULL to use the default
  * @user_data: (nullable): user data to pass to @closure_func
  * @user_destroy: destroy function for user data